FormTargetFrame Property
Specifies the target frame.
The defined values are:
-_blank: The referenced document is displayed in a new frame.
-_parent: The referenced document is displayed in the parent frame of the current frame.
-_self: The referenced document replaces the content of the current frame.
-_top: The referenced document is displayed in the topmost frame, that is the frame that contains the current frame as a child or descendant but is not contained within another frame.
-A frame name : The referenced document is displayed in the named frame. If the named frame does not exist, a new frame with that name is created.
The default value for this attribute is _blank.
Namespace: Independentsoft.Office.Odf.FormsAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public string TargetFrame { get; set; }
Public Property TargetFrame As String
Get
Set
Property Value
String